projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6291899
)
tests: Exit test when main window is closed
author
Benjamin Otte
<otte@redhat.com>
Thu, 9 Oct 2014 22:08:02 +0000
(
00:08
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 9 Oct 2014 22:27:45 +0000
(
00:27
+0200)
tests/animated-revealing.c
patch
|
blob
|
history
diff --git
a/tests/animated-revealing.c
b/tests/animated-revealing.c
index 2040824b08f8ba8c438817e030518be9a83b8af4..8b4ca877c6f4d804ef1ce86698be83c55d2842de 100644
(file)
--- a/
tests/animated-revealing.c
+++ b/
tests/animated-revealing.c
@@
-38,6
+38,7
@@
main(int argc, char **argv)
}
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ g_signal_connect (window, "destroy", gtk_main_quit, NULL);
frame_stats_ensure (GTK_WINDOW (window));
revealer = gtk_revealer_new ();